Skip to content

Bump Grpc.AspNetCore from 2.76.0 to 2.80.0#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Grpc.AspNetCore-2.80.0
Open

Bump Grpc.AspNetCore from 2.76.0 to 2.80.0#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Grpc.AspNetCore-2.80.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown

Updated Grpc.AspNetCore from 2.76.0 to 2.80.0.

Release notes

Sourced from Grpc.AspNetCore's releases.

2.80.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0

2.80.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0-pre1

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 7, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR updates Grpc.AspNetCore to version 2.80.0 as intended. However, this creates a version mismatch within the gRPC ecosystem, as related packages such as Grpc.Core.Api, Grpc.Net.Client, and Grpc.Net.ClientFactory remain at version 2.76.0. While Codacy reports that the changes are up to standards, mixing versions of the gRPC suite can lead to unexpected runtime behavior or assembly loading issues. It is recommended to update the entire suite in unison to maintain stability and compatibility.

About this PR

  • The PR updates only Grpc.AspNetCore to 2.80.0, leaving related gRPC packages (Grpc.Net.Client, Grpc.Net.ClientFactory, and Grpc.Core.Api) at version 2.76.0. This partial update may lead to version mismatch issues across the application stack.

Test suggestions

  • Verify that the application compiles successfully with the updated Grpc.AspNetCore version.
  • Verify that existing gRPC services continue to function correctly with version 2.80.0.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the application compiles successfully with the updated Grpc.AspNetCore version.
2. Verify that existing gRPC services continue to function correctly with version 2.80.0.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread Directory.Packages.props
<PackageVersion Include="FluentValidation" Version="12.1.1" />
<PackageVersion Include="Google.Protobuf" Version="3.34.1" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.76.0" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.80.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Updating Grpc.AspNetCore to 2.80.0 creates a version mismatch with other gRPC packages (Grpc.Core.Api, Grpc.Net.Client, and Grpc.Net.ClientFactory) which remain at 2.76.0. These packages should be updated together to maintain consistency. Consider updating all remaining Grpc package versions to 2.80.0 in Directory.Packages.props.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants